home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_MacPaint / Source / shared.subproj / RCS / check_all,v < prev    next >
Text File  |  1995-06-12  |  1KB  |  102 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  beta10:1.1;
  5. locks    death:1.2;
  6. comment  @# @;
  7.  
  8.  
  9. 1.2
  10. date     93.04.04.23.45.50;  author death;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     93.01.10.15.09.11;  author death;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Sun Apr  4 23:45:50 PDT 1993
  27. @
  28. text
  29. @#! /bin/csh
  30.  
  31. foreach myfile (    \
  32.         AbstractConverter.h    \
  33.         AbstractConverter.m    \
  34.         \
  35.         Convert.msg            \
  36.         \
  37.         ConvertController.h    \
  38.         ConvertController.m    \
  39.         \
  40.         File.h    \
  41.         File.m    \
  42.         File.rtf    \
  43.         \
  44.         MacToNeXTText.h    \
  45.         MacToNeXTText.m    \
  46.         MacToNeXTText.rtf    \
  47.         \
  48.         NeXTToMacText.h    \
  49.         NeXTToMacText.m    \
  50.         NeXTToMacText.rtf    \
  51.         \
  52.         PSFile.h        \
  53.         PSFile.m        \
  54.         PSFile.rtf    \
  55.         \
  56.         ProgressInd.psw        \
  57.         ProgressIndicator.h    \
  58.         ProgressIndicator.m    \
  59.         \
  60.         ResultObject.h    \
  61.         ResultObject.m    \
  62.         ResultObject.rtf    \
  63.         \
  64.         TextConverter.h    \
  65.         TextConverter.m    \
  66.         TextConverter.rtf    \
  67.         \
  68.         TextFile.h    \
  69.         TextFile.m    \
  70.         \
  71.         common.c    \
  72.         common.h    \
  73.         \
  74.         testMac2NeXT.m        \
  75.         testNeXT2Mac.m        \
  76.         testText.README    \
  77.         testText.makefile        \
  78.         \
  79.         getout        \
  80.         check_all    \
  81.         checkin        \
  82.         checkout        \
  83.     )
  84.     echo "    Checking in $myfile"
  85.     ci -l -f  -m"`date`" "$myfile"
  86. end
  87.  
  88. wait
  89.  
  90. @
  91.  
  92.  
  93. 1.1
  94. log
  95. @Sun Jan 10 15:09:11 PST 1993
  96. @
  97. text
  98. @d57 1
  99. a57 1
  100.     ci -l -f  -nbeta10 -m"`date`" "$myfile"
  101. @
  102.